home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00054.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  318 b   |  12 lines

  1. on mouseUp
  2.   global holdcast, holdh, holdv, myclickon
  3.   puppetSprite(myclickon, 1)
  4.   set the castNum of sprite myclickon to holdcast
  5.   set the locH of sprite myclickon to holdh
  6.   set the locV of sprite myclickon to holdv
  7.   repeat with xxx = 42 to 45
  8.     set the visible of sprite xxx to 1
  9.   end repeat
  10.   play done
  11. end
  12.